File tree Expand file tree Collapse file tree 3 files changed +487
-8
lines changed Expand file tree Collapse file tree 3 files changed +487
-8
lines changed Original file line number Diff line number Diff line change 9
9
- id : check-merge-conflict
10
10
- id : debug-statements
11
11
- repo : https://github.com/psf/black
12
- rev : 24.10 .0
12
+ rev : 25.1 .0
13
13
hooks :
14
14
- id : black
15
15
files : " ^kitsune/"
16
16
exclude : " ^.*/migrations/.*$|kitsune/sumo/db_strings.py"
17
17
language_version : python3.11
18
18
- repo : https://github.com/pycqa/flake8
19
- rev : 7.1.1
19
+ rev : 7.2.0
20
20
hooks :
21
21
- id : flake8
22
22
- repo : https://github.com/pre-commit/mirrors-prettier
@@ -28,18 +28,19 @@ repos:
28
28
- prettier-plugin-svelte@3.1.2
29
29
files : " ^svelte/"
30
30
- repo : https://github.com/pre-commit/mirrors-mypy
31
- rev : v1.12 .0
31
+ rev : v1.15 .0
32
32
hooks :
33
33
- id : mypy
34
34
# Add to the "additional_dependencies" list below any poetry
35
35
# dependencies or their stub packages that provide type hints.
36
36
additional_dependencies :
37
- - boto3-stubs==1.34.17
37
+ - boto3-stubs==1.38.8
38
38
- types-redis==4.6.0.20240106
39
- - types-requests==2.31.0.20240106
40
- - types-bleach==6.1.0.1
41
- - types-python-dateutil==2.8.19.20240106
42
- - types-simplejson==3.19.0.2
39
+ - types-requests==2.32.0.20250328
40
+ - types-bleach==6.2.0.20241123
41
+ - types-python-dateutil==2.9.0.20241206
42
+ - types-simplejson==3.20.0.20250326
43
+ - types-PyYAML==6.0.12.20250402
43
44
files : " ^kitsune/"
44
45
exclude : " /migrations/"
45
46
You can’t perform that action at this time.
0 commit comments